home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.vi_VN.tcvn.z / gtkrc.vi_VN.tcvn
Text File  |  2002-07-08  |  2KB  |  77 lines

  1. # $(datadir)/gtkrc.vi_VN.tcvn
  2. #
  3. # This file defines the fontsets for Vietnamese language (vi) using
  4. # the Vietnam's official tcvn-5712 charset encoding.
  5. #
  6. # You can find links for tcvn True Type fonts following the
  7. # links at my page on vietnamese localisation at
  8. # http://www.ping.be/linux/viet/
  9. #
  10. # 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  11. #
  12.  
  13. style "GnomeScores_CurrentPlayer_style"
  14. {
  15.   fg[NORMAL] = {1.0, 0.0, 0.0}
  16. }
  17.  
  18. style "GnomeScores_Logo_style"
  19. {
  20.   fontset = "-*-verdana-*-*-*-*-30-170-*-*-*-*-tcvn-5712"
  21.   fg[NORMAL] = {0.0, 0.0, 1.0}
  22. }
  23.  
  24. style "GnomeAbout_DrawingArea_style"
  25. {
  26.   bg[NORMAL] = {1.0, 1.0, 1.0}
  27. }
  28.  
  29. style "GnomeAbout_Title_style"
  30. {
  31.   fontset = "-*-verdana-bold-r-normal-*-20-*-*-*-*-*-*-*"
  32. }
  33.  
  34. style "GnomeAbout_Copyright_style"
  35. {
  36.   fontset = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*"
  37. }
  38.  
  39. style "GnomeAbout_Author_style"
  40. {
  41.   fontset = "-*-verdana-bold-r-normal-*-12-*-*-*-*-*-*-*"
  42. }
  43.  
  44. style "GnomeAbout_Names_style"
  45. {
  46.   fontset = "-*-verdana-medium-r-normal-*-12-*-*-*-*-*-*-*"
  47. }
  48.  
  49. style "GnomeAbout_Comments_style"
  50. {
  51.   fontset = "-*-verdana-medium-r-normal-*-10-*-*-*-*-*-*-*"
  52. }
  53.  
  54. style "GnomeHRef_Label_style"
  55. {
  56.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  57.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  58.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  59.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  60. }
  61.  
  62. style "GnomeGuru_PageTitle_style" 
  63. {
  64.  fontset = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  65. }
  66.  
  67. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  68. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  69. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  70. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  71. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  72. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  73. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  74. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  75. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  76. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  77.